home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Online / URLManager / Docs / english / URLManager.doc next >
Text File  |  1997-11-17  |  9KB  |  303 lines

  1. URLManager 1.2 - Documentation
  2. ******************************
  3.  
  4. Copyright
  5. *********
  6.  
  7.    URLManager (C) 1996-97 kMel, Klaus Melchior
  8.  
  9.    This data is freely distributable, but copyrighted by me. This means
  10. you may freely copy them as long as you do not charge more than a
  11. nominal fee for copying. If you want to distribute the data you MUST
  12. keep this document with it. All documents, programms and files must be
  13. distributed in their original unmodified form.  This files cannot be
  14. used for commercial purposes without written permission by the author,
  15. this applies also on ShareWare. The author can not be made responsible
  16. for any damage which is caused by using these programs.
  17.  
  18.  
  19. -----------------------------------------------------------------------
  20. This program is GiftWare. If you like it and use it regularly, you
  21. should consider to send a small donation to the author in order to
  22. honor the work he has put into this program.
  23.  
  24.    If you want to include the program in your commercial or Shareware
  25. distribution you have to contact me before you do any way of
  26. distribution.
  27. -----------------------------------------------------------------------
  28.  
  29.    Send comments, suggestions or bug reports, and the gifts to:
  30.  
  31.      Klaus Melchior, Schulstrasse 17
  32.      D-52156 Monschau, Germany
  33.      Phone: +49 (0)2472 4710
  34.      
  35.      DE:   kmel@eifel.oche.de
  36.      BIG:  kmel@et1.etechnik.fh-aachen.de
  37.      FIDO: 2:242/158.2@fidonet
  38.  
  39. What is URLManager?
  40. *******************
  41.  
  42.    !!! This documentation is old !!!
  43.  
  44.    URLManager ist ein MUI Programm, welches URL-Listen verwaltet.
  45. URLManager kann die Listen fast aller Web-Browser können importieren
  46. und exportieren (siehe Description).
  47.  
  48.    The idea of URLManager was born while I'm trying to update my
  49. favourite URL adresses from three different computer with different web
  50. browser with different hotlists.
  51.  
  52. Listview, Strings
  53. =================
  54.  
  55.    The bookmarks are displayed with their title and their URL.
  56. Listtree.mcc is used, so you can create groups to collect bookmarks of
  57. same kind. BE CAREFULL, not all of the browsers support these groups.
  58.  
  59.    With Drag&Drop you can sort the entries or move them into groups,
  60. later it should be possible to drop them on a web browser.
  61.  
  62.    After an entry is selected you can edit it with the string gadgets.
  63.  
  64. Buttons, Menu
  65. =============
  66.  
  67. New Group, Hotkey G
  68.      A new empty group will be created.
  69.  
  70. New URL, Hotkey N
  71.      A new entry will be created.
  72.  
  73. Duplicate, Hotkey D
  74.      The active entry is duplicated.
  75.  
  76. Remove, Hotkey R
  77.      The active entry is removed.
  78.  
  79. Import
  80. ======
  81.  
  82. <Cycle Gadget>
  83.      Here you can change the kind of the bookmarks file, which should be
  84.      loaded. If this is set to 'UNIVERSAL' URLManager decides.
  85.  
  86. Load..., Hotkey L, Menu Project/Load...
  87.      A filerequester appears, the specified list will be loaded.
  88.  
  89. Insert..., Hotkey I, Menu Project/Insert...
  90.      A filerequester appears, the specified list will be inserted after
  91.      the active entry. If the active entry is a group, the list is
  92.      loaded into this group.
  93.  
  94. Export
  95. ======
  96.  
  97. <Cycle Gadget>
  98.      Here you can change the kind of the bookmarks file, which should be
  99.      saved.
  100.  
  101. Save..., Hotkey L, Menu Project/Save...
  102.      A filerequester appears, the list will be saved.
  103.  
  104. Additional Menus
  105. ================
  106.  
  107. Settings/MUI
  108.      The MUI preferences for URLManager appears.
  109.  
  110. Supported Browser
  111. =================
  112.  
  113.    * ALynx (Lynx)         IMPORT
  114.  
  115.    * AmigaGuide
  116.  
  117.    * AMosaic (xMosaic)    IMPORT        GROUPS
  118.  
  119.    * ASCII
  120.  
  121.    * AWeb                 IMPORT EXPORT
  122.  
  123.    * AWeb AddToBookmarks  IMPORT
  124.  
  125.    * AWeb Groups          IMPORT EXPORT GROUPS
  126.  
  127.    * HTML
  128.  
  129.    * IBrowse ASCII        IMPORT        GROUPS
  130.  
  131.    * IBrowse HTML         IMPORT EXPORT GROUPS
  132.  
  133.    * IBrowse V2 HTML      IMPORT EXPORT GROUPS
  134.  
  135.    * InternetExplorer
  136.  
  137.    * Mindwalker ASCII     IMPORT EXPORT GROUPS
  138.  
  139.    * Mindwalker HTML      IMPORT EXPORT GROUPS
  140.  
  141.    * NetScape (Doc-1)     IMPORT        GROUPS
  142.  
  143.    * URLManager ASCII     IMPORT EXPORT GROUPS
  144.  
  145.    * URLManager HTML      IMPORT EXPORT GROUPS
  146.  
  147.    * Voyager              IMPORT EXPORT GROUPS
  148.  
  149.    * WebExplorer
  150.  
  151.    i
  152.  
  153. What is changed?
  154. ****************
  155.  
  156.    1.2 -> 1.3
  157.  
  158.    - bug fixes: scan routines, window nr
  159.  
  160.    - french catalog by Jerome Chesnot
  161.  
  162.    - dansk catalog by Thomas Petersen
  163.  
  164.    - polish catalog by Marcin Orlowski
  165.  
  166.    - spanish catalog by Damaso D. Estevez
  167.  
  168.    - new version of all MCCs
  169.  
  170.    1.2b5 -> 1.2
  171.  
  172.    - new parse engine
  173.  
  174.    - bug fixes: NetScape Hotlist
  175.  
  176.    - norvegian catalog by Kim Roar Utsi
  177.  
  178.    - new version of Bookmarks.mcc, Popxxx.mcp
  179.  
  180.    - sort
  181.  
  182. What you need !
  183. ***************
  184.  
  185.    - MUI 3.6 (17.xxx)
  186.  
  187.    - Bookmarks.mcc 18.xxx
  188.  
  189.    - Listtree.mcc 17.xxx
  190.  
  191.    - Pophotkey.mcc 17.xxx
  192.  
  193. How to install!
  194. ***************
  195.  
  196.  
  197.      copy URLManager/Libs/MUI/*  MUI:Libs/MUI/
  198.      copy URLManager/URLManager.prefs ENV:
  199.      copy URLManager/URLManager(%|.info) <path>
  200.  
  201.    There are several translations of catalog files, you can copy them to
  202. your language drawer, e.g.:
  203.  
  204.  
  205.      copy URLManager/Catalogs/norsk/URLManager.catalog Locale:Catalogs/norsk/
  206.      copy URLManager/Catalogs/français/URLManager.catalog Locale:Catalogs/français/
  207.      copy URLManager/Catalogs/dansk/URLManager.catalog Locale:Catalogs/dansk/
  208.  
  209.    $MTL_ENG$
  210.  
  211. $MTL_ENG:History of$$MTL_DEU:Enstehungsgeschichte von$ URLManager
  212. *****************************************************************
  213.  
  214.  
  215.       1.0   27.05.96  * first release, Aminet
  216.      
  217.             09.06.96  - enforcer hits at ASLRequest(), fixed
  218.      
  219.             11.06.96  - Lynx Import fixed, thanks to Per Jacobsen
  220.                       > Icons included
  221.       1.1             * bugfix release, Aminet
  222.      
  223.             14.06.96  + Import AWeb 1.2 hotlist
  224.                       + Export AWeb GROUPS (aka 1.2), thanks to Yvon Rozijn
  225.                       + Import AWeb AddToBookmarks.rexx
  226.      
  227.             11.07.96  + Multi threading
  228.      
  229.             13.07.96  + Multi threading
  230.      
  231.             14.07.96  + Multi threading
  232.                       - CloseLibrary() bug fixed
  233.      
  234.             29.07.96  - Requester bug fix
  235.      
  236.       1.2b1 05.08.96  * beta release
  237.      
  238.             23.08.96  - ASLRequest screen bug fixed [Guenter Schluepmann]
  239.      
  240.             01.09.96  - Import URLManager HTML bug fixed [Thomas Byrer]
  241.      
  242.             03.09.96  + Import/Export IBrowse HTML V2
  243.                       + Preferences: default paths, aliases, default strings
  244.      
  245.             05.09.96  + Localization
  246.                       + own edithook for aliases
  247.                       + New Bookmarks.mcc
  248.      
  249.             10.09.96  + Localization
  250.      
  251.             12.09.96  + Save/Load settings
  252.       1.2b2           * beta release
  253.      
  254.             03.10.96  | renamed some buttons [Adam Szymczak]
  255.                       | Preferences: removed <empty> [Adam Szymczak]
  256.                       + Preferences: Default Import/Export [Adam Szymczak,
  257.                                      Simon Speight, Thomas Byrer]
  258.       1.2b3           * beta release
  259.                       | default Alias hotkey changed to 'alt a'
  260.      
  261.             04.10.96  | location of prefs file moved to ENV:/ENVARC:
  262.                       + Preferences: New buttons: Use Cancel [Adam Szymczak]
  263.                       - Preferences: fixed Alias reload bug [Adam Szymczak]
  264.                       + After adding a new entry the title string will be
  265.                         activated [Thomas Byrer]
  266.       1.2b4           * beta release
  267.      
  268.             30.11.96  + implemented Pophotkey.mcc
  269.       1.2b5           * public beta release, Aminet
  270.      
  271.             19.04.97  + new parse engine
  272.                       - bug fixes
  273.                       + norvegian catalog
  274.                       + new version of Bookmarks.mcc, Popxxx.mcp
  275.      
  276.             21.04.97  + sort
  277.       1.2             * release to aminet
  278.      
  279.             25.04.97  + french catalog
  280.                       - bug fix in AWeb scan routines [Peter Kaltstein]
  281.                       + dansk catalog
  282.      
  283.             21.07.97  + polish catalog
  284.                       + spanish catalog
  285.                       - bug fix, wrong window nr, crashes [Marcin Orlowski]
  286.                       + new version of Bookmarks.mcc
  287.       1.3             * release to aminet
  288.      
  289.             17.11.97  - bug fixes
  290.       1.4             * release to aminet
  291.  
  292. $MTL_ENG:What is to do in future?$$MTL_DEU:Was ist in der Zukunft geplant?$
  293. ***************************************************************************
  294.  
  295.    $MTL_DEU:
  296.  
  297.    - new updated documentation Dokumentation auf neustem Stand bringen
  298.      remove duplicate entries Löschen von doppelten Einträgen Alias
  299.      support as found in IBrowse hotlists Alias Unterstützung wie sie
  300.      in der IBrowse Bestenliste vorkommen implement InterApp class
  301.      Einbauen der InterApp Klasse installer script Installer-Skript
  302.  
  303.